GameMaker

Release notes and general information about GameMaker releases.

Release Notes

Required SDKs (Monthly/Beta)

Required SDKs For LTS 2022

Required Permissions and Antivirus/Firewall Setup

How To Report Bugs

Bug Tracker

2024.800 - Current Version: IDE 618/Runtime 642

Download Links: Windows - macOS - Ubuntu Beta

Beta 7 - IDE 618/Runtime 642 Changes (Aug 28, 2024)


Beta 6 - IDE 613/Runtime 636 Changes (Aug 21, 2024)


Beta 5 - IDE 609/Runtime 633 Changes (Aug 14, 2024)


Beta 4 - IDE 605/Runtime 628 Changes (Aug 8, 2024)


Beta 3 - IDE 602/Runtime 624 Changes (Aug 1, 2024)


Beta 2 - IDE 597/Runtime 620 Changes (Jul 25, 2024)


Beta 1 - IDE 593/Runtime 617 Changes (Jul 18, 2024)

Please do not report this, as it is a known issue already and you can find the report here #6748


Milestone Page


Misc New Functions


Misc Changed Functions

dbg_text_separator(dbgref) changed to dbg_text_separator(dbgref,[align])


Misc New Enums

flexpanel_unit{
point=1,
percent=2,
auto=3
}
flexpanel_position_type{
static=0,
relative=1,
absolute=2
}
flexpanel_justify{
start=0,
center=1,
flex_end=2,
space_between=3,
space_around=4,
space_evenly=5
}
flexpanel_direction{
inherit=0,
LTR=1,
RTL=2
}
flexpanel_gutter{
column=0,
row=1,
all_gutters=2
}
flexpanel_display{
flex=0,
none=1
}
flexpanel_flex_direction{
column=0,
column_reverse=1,
row=2,
row_reverse=3
}
flexpanel_align{
auto=0,
flex_start=1,
center=2,
flex_end=3,
stretch=4,
baseline=5,
space_between=6,
space_around=7,
space_evenly=8
}
flexpanel_wrap{
no_wrap=0,
wrap=1,
reverse=2
}
flexpanel_edge{
left=0,
top=1,
right=2,
bottom=3,
start=4,
end=5,
horizontal=6,
vertical=7,
all_edges=8
}